The Low Pass effect module makes the selected waveform smoother, by averaging every sample with the preceding one. The equation is y(n) = [x(n) + x(n-1)]/2, where y is the output and x the input. The response is that of a low-pass filter, with a zero at z=-1 and a pole at z=0.